* dbus.texi (Type Conversion): Formatting edits in example.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 15 Jun 2014 12:19:38 +0000 (14:19 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 15 Jun 2014 12:19:38 +0000 (14:19 +0200)
doc/misc/ChangeLog
doc/misc/dbus.texi

index 7bbf1993ff8d73ccd84761ca54423fc5d53a4315..563b6b5a65c395a3b19de56d258d46093512e603 100644 (file)
@@ -1,3 +1,7 @@
+2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
+
+       * dbus.texi (Type Conversion): Formatting edits in example.
+
 2014-06-10  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in (INFO_INSTALL): Update for 2013-08-28 DOCMISC_W32 change.
index 99119246a4ea69b1a23a41621e417e41b15e3e76..4c63ecddb7d63741ed5c453a7804429665b73b8b 100644 (file)
@@ -1060,11 +1060,11 @@ elements of this array.  Example:
   ""                          ;; No icon.
   "Notification summary"      ;; Summary.
   (format                     ;; Body.
-    "This is a test notification, raised from %s" (emacs-version))
+    "This is a test notification, raised from\n%S" (emacs-version))
   '(:array)                   ;; No actions (empty array of strings).
   '(:array :signature "@{sv@}") ;; No hints
                               ;; (empty array of dictionary entries).
-  :int32 -1)                 ;; Default timeout.
+  :int32 -1)                  ;; Default timeout.
 
 @result{} 3
 @end lisp